[test] Fix typo: 's/ ot / to /' [NFC]

llvm-svn: 354608
This commit is contained in:
Mandeep Singh Grang 2019-02-21 19:11:15 +00:00
parent f9232b0c00
commit 3b75622fd2
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ void f3() {
D b;
}
// Trivial default ctor, might or might not be defined, but we must not expect
// someone else ot define it.
// someone else to define it.
// CHECK-NOT: declare {{.*}} @_ZN1CILi0EEC1Ev
// CHECK: define {{.*}} @_ZN1DC1Ev