There was an error while loading. Please reload this page.
1 parent d78d648 commit 9021776Copy full SHA for 9021776
1 file changed
src/test/borrowabletest.cpp
@@ -66,10 +66,4 @@ TEST_F(BorrowableTest, TwoThreads) {
66
future2.waitForFinished();
67
}
68
69
-TEST_F(BorrowableTest, noCopy) {
70
- int i = 1;
71
- auto borrowable1 = borrowable_ptr(&i);
72
- auto borrowable2 = std::move(borrowable1);
73
-}
74
-
75
} // namespace
0 commit comments