diff --git a/tests/Interface/core/TextContainerTest.cpp b/tests/Interface/core/TextContainerTest.cpp index 6604eeb9e1..334faa237e 100644 --- a/tests/Interface/core/TextContainerTest.cpp +++ b/tests/Interface/core/TextContainerTest.cpp @@ -34,7 +34,7 @@ int main() { // // The test running directory is in /tests/Interface/core, so the // vocabulary directory uses the following relative path. - std::string vocabDir = "/root/buddy-mlir/tests/Interface/core/vocab_bert.txt"; + std::string vocabDir = "../../../../tests/Interface/core/vocab_bert.txt"; //===--------------------------------------------------------------------===// // Test text constructor for pure string. //===--------------------------------------------------------------------===//