1*0a6a1f1dSLionel Sambuc // RUN: not %clang_cc1 -asdf -verify %s 2>&1 | FileCheck %s 2*0a6a1f1dSLionel Sambuc 3*0a6a1f1dSLionel Sambuc // expected-no-diagnostics 4*0a6a1f1dSLionel Sambuc 5*0a6a1f1dSLionel Sambuc // CHECK: error: 'error' diagnostics seen but not expected: 6*0a6a1f1dSLionel Sambuc // CHECK-NEXT: (frontend): unknown argument: '-asdf' 7