
The tests can fail if wokring directory where the tests were launched has a `error` substring in its path. Reviewed By: benlangmuir Differential Revision: https://reviews.llvm.org/D144495
3 lines
100 B
ArmAsm
3 lines
100 B
ArmAsm
// RUN: %clang -std=c++11 %s -E -o /dev/null 2>&1 | FileCheck %s --allow-empty
|
|
// CHECK-NOT: error:
|