]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #45089 - rkruppe:master, r=bluss
authorkennytm <kennytm@gmail.com>
Tue, 10 Oct 2017 12:08:22 +0000 (20:08 +0800)
committerkennytm <kennytm@gmail.com>
Tue, 10 Oct 2017 14:44:00 +0000 (22:44 +0800)
commitf2efa793f02e737c830256d32be39273f244fd51
treea651bb24145942d59d7fe5a4b37e62f2f43337b1
parent23a99f4e0e47025e949c6a68796afdf3a0d441ad
parent7d1c14a32d9b09681d8050b30e35c30c7058d8b7
Rollup merge of #45089 - rkruppe:master, r=bluss

Fix typo in codegen test

Without the `:`, the `CHECK-NOT` is ignored by FileCheck, making the line not test anything.