diff --git a/clang/test/Sema/freemain.c b/clang/test/Sema/freemain.c index eed644d483ac..ff000c62cc70 100644 --- a/clang/test/Sema/freemain.c +++ b/clang/test/Sema/freemain.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -fsyntax-only -verify -ffreestanding %s +// RUN: %clang_cc1 -triple i686-pc-openbsd -fsyntax-only -verify -ffreestanding %s // Tests that -ffreestanding disables all special treatment of main().