[asan] Fix a comment in a test.

llvm-svn: 217869
This commit is contained in:
Evgeniy Stepanov 2014-09-16 12:01:01 +00:00
parent 18227e6f20
commit 6ef0106e43
1 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ int main(int argc, char *argv[]) {
// CHECK: {{ #1 0x.* in main .*shared-lib-test.cc:}}[[@LINE-4]]
return 0;
}
#else // SHARED_LIBS
#else // SHARED_LIB
#include <stdio.h>
#include <string.h>
@ -54,4 +54,4 @@ extern "C"
void inc2(int *a, int index) {
a[index]++;
}
#endif // SHARED_LIBS
#endif // SHARED_LIB