blob: f0a8e9df7f3dee677a4d810f32af099097fd3612 [file] [log] [blame]
// Part of the Crubit project, under the Apache License v2.0 with LLVM
// Exceptions. See /LICENSE for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#[cfg(test)]
mod tests {
// TODO(mboehme): Disabled because absl::Duration cannot yet be imported.
/*
#[gtest]
fn test_seconds() {
use time::Seconds;
use time::ToInt64Seconds;
let d = Seconds(42);
assert_eq!(ToInt64Seconds(d), 42);
}
*/
}