[lld][WebAssembly] Reinstate mistakenly disabled test. NFC
[llvm-project.git] / clang / test / Modules / parse-attributes.modulemap
blob0d18325580a7a71c44e510980e5c71a2f24c6b35
1 // RUN: rm -rf %t.modules
2 // RUN: not %clang_cc1 -fmodules -fmodules-cache-path=%t.modules \
3 // RUN:   -fmodule-map-file=%s -I%S -include "Inputs/empty.h" \
4 // RUN:   -fsyntax-only -x c++ /dev/null 2>&1 | FileCheck %s
6 // CHECK: error: expected ']' to close attribute
7 // CHECK-NOT: error: expected '{' to start module 'A'
9 module A [system {
10   header "Inputs/empty.h"
11   private header "Inputs/empty.h"