[PATCH] D71623: [compiler-rt] [test] Add missing %run to fread_fwrite MSAN test

Michał Górny via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 19 11:33:13 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rG20345707b2c9: [compiler-rt] [test] Add missing %run to fread_fwrite MSAN test (authored by mgorny).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D71623/new/

https://reviews.llvm.org/D71623

Files:
  compiler-rt/test/msan/fread_fwrite.cpp


Index: compiler-rt/test/msan/fread_fwrite.cpp
===================================================================
--- compiler-rt/test/msan/fread_fwrite.cpp
+++ compiler-rt/test/msan/fread_fwrite.cpp
@@ -1,5 +1,5 @@
 // RUN: %clangxx_msan -g %s -o %t
-// RUN: not %t 2>&1 | FileCheck %s
+// RUN: not %run %t 2>&1 | FileCheck %s
 // RUN: %t 1
 
 #include <stdio.h>


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71623.234760.patch
Type: text/x-patch
Size: 364 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191219/1ad0fef9/attachment.bin>


More information about the llvm-commits mailing list