Fix failing test

This commit is contained in:
Wesley Wiser 2019-05-02 08:48:08 -04:00 committed by GitHub
parent 16fe8ccce9
commit cac07eba53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,4 +13,5 @@ fn black_box<T>(_: T) {
fn main() {
black_box((FOO, FOO));
//~^ ERROR erroneous constant used
//~| ERROR erroneous constant
}