Skip to content

Commit

Permalink
Add failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
oxve committed Sep 19, 2024
1 parent f66d4b7 commit 6271a80
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions starboard/client_porting/eztime/eztime_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ namespace client_porting {
namespace eztime {
namespace {

TEST(EzTimeTFromSbTime, WillFailSorry) {
EXPECT_EQ(1, 0);
}

TEST(EzTimeTFromSbTime, IsTransitive) {
int64_t sb_time = EzTimeTToSbTime(kTestTimePositive);
EzTimeT ez_time = EzTimeTFromSbTime(sb_time);
Expand Down

0 comments on commit 6271a80

Please sign in to comment.