aboutsummaryrefslogtreecommitdiff
path: root/llvm_tools/atomic_write_file_unittest.py
diff options
context:
space:
mode:
Diffstat (limited to 'llvm_tools/atomic_write_file_unittest.py')
-rwxr-xr-x[-rw-r--r--]llvm_tools/atomic_write_file_unittest.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm_tools/atomic_write_file_unittest.py b/llvm_tools/atomic_write_file_unittest.py
index 78115569..cc0bb5e4 100644..100755
--- a/llvm_tools/atomic_write_file_unittest.py
+++ b/llvm_tools/atomic_write_file_unittest.py
@@ -1,7 +1,10 @@
+#!/usr/bin/env python3
# Copyright 2023 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+"""Tests for atomic_write_file.py."""
+
from pathlib import Path
import tempfile
import unittest