Duncan P. N. Exon Smith | c1f1acc | 2015-02-13 01:25:10 +0000 | [diff] [blame] | 1 | ; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s |
2 | |||||
3 | ; CHECK: <stdin>:[[@LINE+1]]:65: error: missing required field 'language' | ||||
Duncan P. N. Exon Smith | a9308c4 | 2015-04-29 16:38:44 +0000 | [diff] [blame] | 4 | !0 = !DICompileUnit(file: !DIFile(filename: "a", directory: "b")) |