Unbreak test on non-COFF targets.

llvm-svn: 116669
This commit is contained in:
Benjamin Kramer 2010-10-16 11:27:13 +00:00
parent 6a46da277f
commit 0d14b5b0fa
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
// This tests that default-null weak symbols (a GNU extension) are created
// properly via the .weak directive.
// RUN: llvm-mc -filetype=obj < %s | coff-dump.py | FileCheck %s
// RUN: llvm-mc -filetype=obj -triple i686-pc-win32 < %s | coff-dump.py | FileCheck %s
.def _main;
.scl 2;