aboutsummaryrefslogtreecommitdiff
path: root/test/opt/module_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/opt/module_test.cpp')
-rw-r--r--test/opt/module_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/opt/module_test.cpp b/test/opt/module_test.cpp
index a3c2eed7..17a13650 100644
--- a/test/opt/module_test.cpp
+++ b/test/opt/module_test.cpp
@@ -52,7 +52,7 @@ inline std::unique_ptr<IRContext> BuildModule(std::string text) {
}
TEST(ModuleTest, ComputeIdBound) {
- // Emtpy module case.
+ // Empty module case.
EXPECT_EQ(1u, BuildModule("")->module()->ComputeIdBound());
// Sensitive to result id
EXPECT_EQ(2u, BuildModule("%void = OpTypeVoid")->module()->ComputeIdBound());