Skip to content
This repository was archived by the owner on Apr 28, 2023. It is now read-only.

Commit 3d53633

Browse files
author
Mingzhe Li
committed
Minor fix
1 parent 7aec3d6 commit 3d53633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_lang.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ using namespace lang;
3333
#endif
3434

3535
const std::string expected_file_path =
36-
std::string(TC_DIR) + "src/lang/test_expected/";
36+
std::string(TC_DIR) + "/src/lang/test_expected/";
3737

3838
static inline void barf(const char* fmt, ...) {
3939
char msg[2048];

0 commit comments

Comments
 (0)