diff --git a/clang/test/Driver/debug-options.c b/clang/test/Driver/debug-options.c --- a/clang/test/Driver/debug-options.c +++ b/clang/test/Driver/debug-options.c @@ -134,13 +134,11 @@ // WebAssembly. // WebAssembly should default to DWARF4. -// RUN: %clang -### -c -g %s -target wasm32 -gdwarf-4 2>&1 \ +// RUN: %clang -### -c -g %s -target wasm32 2>&1 \ // RUN: | FileCheck -check-prefix=G_DWARF4 %s -// RUN: %clang -### -c -g %s -target wasm64 -gdwarf-4 2>&1 \ +// RUN: %clang -### -c -g %s -target wasm64 2>&1 \ // RUN: | FileCheck -check-prefix=G_DWARF4 %s - - // RUN: %clang -### -c -gdwarf-2 %s 2>&1 \ // RUN: | FileCheck -check-prefix=G_ONLY_DWARF2 %s //