X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FFrontendC%2B%2B%2F2010-03-22-empty-baseclass.cpp;h=bb741c42c842461d0c261f283533990ca892beaf;hb=1023643d501b4375b261eb5449a2bb0195f49780;hp=b6bdea40c3f2ec3c2bb4c53f4fb7d6f8e0395c40;hpb=b2dc2df7d2c8eccb1aecfc09726b69dcd9aba28f;p=oota-llvm.git diff --git a/test/FrontendC++/2010-03-22-empty-baseclass.cpp b/test/FrontendC++/2010-03-22-empty-baseclass.cpp index b6bdea40c3f..bb741c42c84 100644 --- a/test/FrontendC++/2010-03-22-empty-baseclass.cpp +++ b/test/FrontendC++/2010-03-22-empty-baseclass.cpp @@ -1,4 +1,4 @@ -// RUN: %llvmgxx -S -emit-llvm %s -o - -O2 | FileCheck %s +// RUN: %llvmgxx -S %s -o - -O2 | FileCheck %s namespace boost { namespace detail { template struct cv_traits_imp {};