forgot nl @ eof in span_ext_tests.cpp

This commit is contained in:
Jordan Maples [MSFT] 2020-02-19 14:44:22 -08:00
parent 94f43d4adf
commit c853017be3

View File

@ -357,4 +357,4 @@ TEST(span_ext_test, make_span_from_array_constructor)
EXPECT_TRUE(s2 >= s1);
EXPECT_FALSE(s1 >= s2);
}
}
}