Correct FileCheck usage in two newly added tests

llvm-svn: 324121
This commit is contained in:
Kamil Rytarowski 2018-02-02 18:48:15 +00:00
parent e6bba9bc6f
commit 78c9ac4dc5
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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>