[compiler-rt] r324121 - Correct FileCheck usage in two newly added tests
Kamil Rytarowski via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 2 10:48:15 PST 2018
Author: kamil
Date: Fri Feb 2 10:48:15 2018
New Revision: 324121
URL: http://llvm.org/viewvc/llvm-project?rev=324121&view=rev
Log:
Correct FileCheck usage in two newly added tests
Modified:
compiler-rt/trunk/test/sanitizer_common/TestCases/NetBSD/devname.cc
compiler-rt/trunk/test/sanitizer_common/TestCases/NetBSD/devname_r.cc
Modified: compiler-rt/trunk/test/sanitizer_common/TestCases/NetBSD/devname.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/sanitizer_common/TestCases/NetBSD/devname.cc?rev=324121&r1=324120&r2=324121&view=diff
==============================================================================
--- compiler-rt/trunk/test/sanitizer_common/TestCases/NetBSD/devname.cc (original)
+++ compiler-rt/trunk/test/sanitizer_common/TestCases/NetBSD/devname.cc Fri Feb 2 10:48:15 2018
@@ -1,4 +1,4 @@
-// RUN: %clangxx -O0 -g %s -o %t && %run %t 2>&1 | FileCheck
+// RUN: %clangxx -O0 -g %s -o %t && %run %t 2>&1 | FileCheck %s
#include <stdio.h>
#include <stdlib.h>
Modified: compiler-rt/trunk/test/sanitizer_common/TestCases/NetBSD/devname_r.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/sanitizer_common/TestCases/NetBSD/devname_r.cc?rev=324121&r1=324120&r2=324121&view=diff
==============================================================================
--- compiler-rt/trunk/test/sanitizer_common/TestCases/NetBSD/devname_r.cc (original)
+++ compiler-rt/trunk/test/sanitizer_common/TestCases/NetBSD/devname_r.cc Fri Feb 2 10:48:15 2018
@@ -1,4 +1,4 @@
-// RUN: %clangxx -O0 -g %s -o %t && %run %t 2>&1 | FileCheck
+// RUN: %clangxx -O0 -g %s -o %t && %run %t 2>&1 | FileCheck %s
#include <sys/cdefs.h>
#include <sys/stat.h>
More information about the llvm-commits
mailing list