]> git.lizzy.rs Git - rust.git/blobdiff - src/bootstrap/bootstrap_test.py
Rollup merge of #104640 - GuillaumeGomez:migrate-kdb-css, r=notriddle
[rust.git] / src / bootstrap / bootstrap_test.py
index 7bffc1c15206b67b4d59436673051d870ec08a63..06ca3ce21b395a2990329a8273c20b8fa91b2058 100644 (file)
@@ -55,8 +55,8 @@ class ProgramOutOfDate(unittest.TestCase):
     def tearDown(self):
         rmtree(self.container)
 
-    def test_stamp_path_does_not_exists(self):
-        """Return True when the stamp file does not exists"""
+    def test_stamp_path_does_not_exist(self):
+        """Return True when the stamp file does not exist"""
         if os.path.exists(self.rustc_stamp_path):
             os.unlink(self.rustc_stamp_path)
         self.assertTrue(self.build.program_out_of_date(self.rustc_stamp_path, self.key))