[compiler-rt] r226168 - [lsan] Fix a typo in a test.

Evgeniy Stepanov eugeni.stepanov at gmail.com
Thu Jan 15 07:00:50 PST 2015


Author: eugenis
Date: Thu Jan 15 09:00:49 2015
New Revision: 226168

URL: http://llvm.org/viewvc/llvm-project?rev=226168&view=rev
Log:
[lsan] Fix a typo in a test.

Modified:
    compiler-rt/trunk/test/lsan/TestCases/leak_check_at_exit.cc

Modified: compiler-rt/trunk/test/lsan/TestCases/leak_check_at_exit.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/lsan/TestCases/leak_check_at_exit.cc?rev=226168&r1=226167&r2=226168&view=diff
==============================================================================
--- compiler-rt/trunk/test/lsan/TestCases/leak_check_at_exit.cc (original)
+++ compiler-rt/trunk/test/lsan/TestCases/leak_check_at_exit.cc Thu Jan 15 09:00:49 2015
@@ -4,7 +4,7 @@
 // RUN: LSAN_OPTIONS=$LSAN_BASE not %run %t foo 2>&1 | FileCheck %s --check-prefix=CHECK-do
 // RUN: LSAN_OPTIONS=$LSAN_BASE not %run %t 2>&1 | FileCheck %s --check-prefix=CHECK-do
 // RUN: LSAN_OPTIONS=$LSAN_BASE:"leak_check_at_exit=0" not %run %t foo 2>&1 | FileCheck %s --check-prefix=CHECK-do
-// RUN: LSAN_OPTIONS=%LSAN_BASE:"leak_check_at_exit=0" %run %t 2>&1 | FileCheck %s --check-prefix=CHECK-dont
+// RUN: LSAN_OPTIONS=$LSAN_BASE:"leak_check_at_exit=0" %run %t 2>&1 | FileCheck %s --check-prefix=CHECK-dont
 
 #include <stdio.h>
 #include <stdlib.h>





More information about the llvm-commits mailing list