Skip to content

Commit 89015b3

Browse files
committed
Fix minor typo
1 parent 86210ed commit 89015b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Interpreter/crash.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#include <vector>
1515

1616
//--- Test.cpp
17-
%lib vec.dylib
17+
%lib vec.so
1818
#include <vector>
1919
std::vector<int> v;
2020
%quit

0 commit comments

Comments
 (0)